Skip to main content

Testing

The testing framework used for the smart contract unit tests is lamington. This facilitates tests that run in a docker container against a newly created EOSIO chain instance for each test run. The tests are executed through eosjs NodeJS module as is used by most clients that interact with the smart contracts. Furthermore, the tests interface with the smart contracts via Typescript using interface types that are generated during compilation in Lamington derived from the smart contracts ABI.